dsh-fabric:把 DSH 运行时扩展收敛为一套插件原语

dsh-fabric 是 DeepSeek Harness (DSH) 的扩展插件,旨在解决 DSH 运行时扩展点分散的问题。该插件通过一套声明式 DSL、统一的 `fabric` Service 及两个模型工具,将工具、技能、命令、提示段、事件监听等十余种扩展接缝收敛统一管理。核心功能包括:提供 `register`、`list`、`graph` 等 Service API 供插件代码注册和管理扩展;提供 `fabric_extend` 工具支持在对话中动态注册纯声明式扩展(如 promptVariable);提供 `fabric_inspect` 工具及只读 Web 路由 `/fabric

Read More
dsh-forge: DSH Runtime Extension Suite

DSH-Forge is a runtime extension suite for the DeepSeek Harness (DSH), maintained by alex04130, designed to address pain points such as scattered plugin installation formats, dynamic plugin restart recovery, and unified model routing management. Built on the "everything is a plugin" philosophy, the suite provides core features including a plugin marketplace and installer, task-aware mindset routing, a Skill manager, a plugin management panel, session management, collaborative orchestration, model delegation and routing, runtime injection, and dynamic plugins, while also supporting archive plasmids and quality verification. The system requires Node >= 22 and is licensed under the MIT License. Installation methods include adding `@dsh-forge/bundle` via npm (requiring versions 0.1.4+ to avoid known bugs) or installing from source code clones to obtain presets and dynamic panels.

Read More